crypto/tls.Conn.isHandshakeComplete (field)
17 uses
crypto/tls (current package)
conn.go#L38: isHandshakeComplete atomic.Bool
conn.go#L613: handshakeComplete := c.isHandshakeComplete.Load()
conn.go#L1226: if !c.isHandshakeComplete.Load() {
conn.go#L1296: c.isHandshakeComplete.Store(false)
conn.go#L1446: if c.isHandshakeComplete.Load() {
conn.go#L1464: if !c.isHandshakeComplete.Load() {
conn.go#L1523: if c.isHandshakeComplete.Load() {
conn.go#L1555: if c.isHandshakeComplete.Load() {
conn.go#L1571: if c.handshakeErr == nil && !c.isHandshakeComplete.Load() {
conn.go#L1574: if c.handshakeErr != nil && c.isHandshakeComplete.Load() {
conn.go#L1618: state.HandshakeComplete = c.isHandshakeComplete.Load()
conn.go#L1674: if !c.isHandshakeComplete.Load() {
handshake_client.go#L618: c.isHandshakeComplete.Store(true)
handshake_client_tls13.go#L157: c.isHandshakeComplete.Store(true)
handshake_server.go#L128: c.isHandshakeComplete.Store(true)
handshake_server_tls13.go#L102: c.isHandshakeComplete.Store(true)
quic.go#L328: if !c.isHandshakeComplete.Load() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |